home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / roteiro.dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  532 b   |  24 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(27) or rollOver(28) then
  5.       cursor([901, 902])
  6.     else
  7.       HotSpots(2, 3, "..\som\Hotpeopl.wav")
  8.       HotSpots(4, 5, "..\som\Hothoras.wav")
  9.       HotSpots(6, 7, "..\som\Hotmusic.wav")
  10.       HotSpots(8, 9, "..\som\Hotspace.wav")
  11.       HotSpots(10, 11, "..\som\Hotdrink.wav")
  12.       HotSpots(17, 26)
  13.     end if
  14.   end if
  15.   if act = 1 then
  16.     if rollOver(32) or rollOver(33) then
  17.       cursor([901, 902])
  18.     else
  19.       cursor(-1)
  20.     end if
  21.   end if
  22.   Loopframe()
  23. end
  24.